From 7f08ab3ae7c5150abd7ca8b5b529ccfda1d54cd0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Jun 2004 03:28:23 +0000 Subject: [PATCH] Improve the description of the ::language property. (#143802, Owen Taylor) Sun Jun 6 23:24:43 2004 Matthias Clasen * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description of the ::language property. (#143802, Owen Taylor) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtktexttag.c | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0bd49283a7..5277270d5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 6 23:24:43 2004 Matthias Clasen + + * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description + of the ::language property. (#143802, Owen Taylor) + Sat Jun 5 23:07:30 2004 Matthias Clasen * gtk/gtkentrycompletion.c: (gtk_entry_completion_init), diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0bd49283a7..5277270d5c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Jun 6 23:24:43 2004 Matthias Clasen + + * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description + of the ::language property. (#143802, Owen Taylor) + Sat Jun 5 23:07:30 2004 Matthias Clasen * gtk/gtkentrycompletion.c: (gtk_entry_completion_init), diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0bd49283a7..5277270d5c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Jun 6 23:24:43 2004 Matthias Clasen + + * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description + of the ::language property. (#143802, Owen Taylor) + Sat Jun 5 23:07:30 2004 Matthias Clasen * gtk/gtkentrycompletion.c: (gtk_entry_completion_init), diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0bd49283a7..5277270d5c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Jun 6 23:24:43 2004 Matthias Clasen + + * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description + of the ::language property. (#143802, Owen Taylor) + Sat Jun 5 23:07:30 2004 Matthias Clasen * gtk/gtkentrycompletion.c: (gtk_entry_completion_init), diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c index 538da1d316..9f36a82005 100644 --- a/gtk/gtktexttag.c +++ b/gtk/gtktexttag.c @@ -382,7 +382,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass) PROP_LANGUAGE, g_param_spec_string ("language", P_("Language"), - P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it"), + P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used."), NULL, G_PARAM_READABLE | G_PARAM_WRITABLE)); -- 2.30.2